Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update module google.golang.org/grpc to v1.69.0 #1469

Merged
merged 1 commit into from
Dec 12, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 12, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
google.golang.org/grpc v1.68.1 -> v1.69.0 age adoption passing confidence

Release Notes

grpc/grpc-go (google.golang.org/grpc)

v1.69.0: Release 1.69.0

Compare Source

Known Issues

  • The recently added grpc.NewClient function is incompatible with forward proxies, because it resolves the target hostname on the client instead of passing the hostname to the proxy. A fix is expected to be a part of grpc-go v1.70. (#​7556)

New Features

  • stats/opentelemetry: Introduce new APIs to enable OpenTelemetry instrumentation for metrics on servers and clients (#​7874)
  • xdsclient: add support to fallback to lower priority servers when higher priority ones are down (#​7701)
  • dns: Add support for link local IPv6 addresses (#​7889)
  • The new experimental pickfirst LB policy (disabled by default) supports Happy Eyeballs, interleaving IPv4 and IPv6 address as described in RFC-8305 section 4, to attempt connections to multiple backends concurrently. The experimental pickfirst policy can be enabled by setting the environment variable GRPC_EXPERIMENTAL_ENABLE_NEW_PICK_FIRST to true. (#​7725, #​7742)
  • balancer/pickfirst: Emit metrics from the pick_first load balancing policy (#​7839)
  • grpc: export MethodHandler, which is the type of an already-exported field in MethodDesc (#​7796)

Bug Fixes

  • credentials/google: set scope for application default credentials (#​7887)
  • xds: fix edge-case issues where some clients or servers would not initialize correctly or would not receive errors when resources are invalid or unavailable if another channel or server with the same target was already in use . (#​7851, #​7853)
  • examples: fix the debugging example, which was broken by a recent change (#​7833)

Behavior Changes

  • client: update retry attempt backoff to apply jitter per updates to gRFC A6. (#​7869)
  • balancer/weightedroundrobin: use the pick_first LB policy to manage connections (#​7826)

API Changes

  • balancer: An internal method is added to the balancer.SubConn interface to force implementors to embed a delegate implementation. This requirement is present in the interface documentation, but wasn't enforced earlier. (#​7840)

Performance Improvements

  • mem: implement a ReadAll() method for more efficient io.Reader consumption (#​7653)
  • mem: use slice capacity instead of length to determine whether to pool buffers or directly allocate them (#​7702)

Documentation

  • examples/csm_observability: Add xDS Credentials and switch server to be xDS enabled (#​7875)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Dec 12, 2024

ℹ Artifact update notice

File name: core/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 1 additional dependency was updated

Details:

Package Change
cloud.google.com/go/compute/metadata v0.5.0 -> v0.5.2
File name: flagd-proxy/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
cloud.google.com/go/compute/metadata v0.5.0 -> v0.5.2
google.golang.org/genproto/googleapis/api v0.0.0-20241007155032-5fefd90f89a9 -> v0.0.0-20241015192408-796eee8c2d53
google.golang.org/genproto/googleapis/rpc v0.0.0-20241007155032-5fefd90f89a9 -> v0.0.0-20241015192408-796eee8c2d53
File name: flagd/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
cloud.google.com/go/compute/metadata v0.5.0 -> v0.5.2
google.golang.org/genproto/googleapis/api v0.0.0-20241007155032-5fefd90f89a9 -> v0.0.0-20241015192408-796eee8c2d53
google.golang.org/genproto/googleapis/rpc v0.0.0-20241007155032-5fefd90f89a9 -> v0.0.0-20241015192408-796eee8c2d53

@renovate renovate bot requested a review from a team as a code owner December 12, 2024 19:23
@dosubot dosubot bot added the size:S This PR changes 10-29 lines, ignoring generated files. label Dec 12, 2024
Copy link

netlify bot commented Dec 12, 2024

Deploy Preview for polite-licorice-3db33c canceled.

Name Link
🔨 Latest commit 0447583
🔍 Latest deploy log https://app.netlify.com/sites/polite-licorice-3db33c/deploys/675b3821bb832900085105db

@renovate renovate bot merged commit dd4869f into main Dec 12, 2024
14 checks passed
@renovate renovate bot deleted the renovate/google.golang.org-grpc-1.x branch December 12, 2024 23:32
@github-actions github-actions bot mentioned this pull request Dec 12, 2024
toddbaert pushed a commit that referenced this pull request Dec 18, 2024
🤖 I have created a release *beep* *boop*
---


<details><summary>flagd: 0.11.5</summary>

##
[0.11.5](flagd/v0.11.4...flagd/v0.11.5)
(2024-12-17)


### 🐛 Bug Fixes

* **deps:** update module
buf.build/gen/go/open-feature/flagd/protocolbuffers/go to
v1.35.2-20240906125204-0a6a901b42e8.1
([#1451](#1451))
([8c6d91d](8c6d91d))
* **deps:** update module
buf.build/gen/go/open-feature/flagd/protocolbuffers/go to
v1.36.0-20240906125204-0a6a901b42e8.1
([#1475](#1475))
([0b11c6c](0b11c6c))
* **deps:** update module github.com/open-feature/flagd/core to v0.10.4
([#1433](#1433))
([d33c7a5](d33c7a5))
* **deps:** update module github.com/stretchr/testify to v1.10.0
([#1455](#1455))
([8c843df](8c843df))
* **deps:** update module golang.org/x/net to v0.31.0
([#1446](#1446))
([9e35111](9e35111))
* **deps:** update module golang.org/x/net to v0.32.0
([#1458](#1458))
([ac0b123](ac0b123))
* **deps:** update module golang.org/x/sync to v0.9.0
([#1445](#1445))
([8893e94](8893e94))
* **deps:** update module google.golang.org/grpc to v1.68.0
([#1442](#1442))
([cd27d09](cd27d09))
* **deps:** update module google.golang.org/grpc to v1.68.1
([#1456](#1456))
([0b6e2a1](0b6e2a1))
* **deps:** update module google.golang.org/grpc to v1.69.0
([#1469](#1469))
([dd4869f](dd4869f))
* **deps:** update module google.golang.org/protobuf to v1.35.2
([#1450](#1450))
([6b9834d](6b9834d))
* **deps:** update module google.golang.org/protobuf to v1.36.0
([#1474](#1474))
([6a8a9a9](6a8a9a9))
* **deps:** update opentelemetry-go monorepo
([#1447](#1447))
([68b5794](68b5794))


### ✨ New Features

* add context-value flag
([#1448](#1448))
([7ca092e](7ca092e))
</details>

<details><summary>flagd-proxy: 0.6.8</summary>

##
[0.6.8](flagd-proxy/v0.6.7...flagd-proxy/v0.6.8)
(2024-12-17)


### 🐛 Bug Fixes

* **deps:** update module
buf.build/gen/go/open-feature/flagd/protocolbuffers/go to
v1.35.2-20240906125204-0a6a901b42e8.1
([#1451](#1451))
([8c6d91d](8c6d91d))
* **deps:** update module
buf.build/gen/go/open-feature/flagd/protocolbuffers/go to
v1.36.0-20240906125204-0a6a901b42e8.1
([#1475](#1475))
([0b11c6c](0b11c6c))
* **deps:** update module github.com/open-feature/flagd/core to v0.10.4
([#1433](#1433))
([d33c7a5](d33c7a5))
* **deps:** update module golang.org/x/net to v0.31.0
([#1446](#1446))
([9e35111](9e35111))
* **deps:** update module golang.org/x/net to v0.32.0
([#1458](#1458))
([ac0b123](ac0b123))
* **deps:** update module golang.org/x/sync to v0.9.0
([#1445](#1445))
([8893e94](8893e94))
* **deps:** update module google.golang.org/grpc to v1.68.0
([#1442](#1442))
([cd27d09](cd27d09))
* **deps:** update module google.golang.org/grpc to v1.68.1
([#1456](#1456))
([0b6e2a1](0b6e2a1))
* **deps:** update module google.golang.org/grpc to v1.69.0
([#1469](#1469))
([dd4869f](dd4869f))
* **deps:** update opentelemetry-go monorepo
([#1447](#1447))
([68b5794](68b5794))
</details>

<details><summary>core: 0.10.5</summary>

##
[0.10.5](core/v0.10.4...core/v0.10.5)
(2024-12-17)


### 🐛 Bug Fixes

* **deps:** update kubernetes packages to v0.31.2
([#1430](#1430))
([0df8622](0df8622))
* **deps:** update kubernetes packages to v0.31.3
([#1454](#1454))
([f56d7b0](f56d7b0))
* **deps:** update kubernetes packages to v0.31.4
([#1461](#1461))
([431fbb4](431fbb4))
* **deps:** update module
buf.build/gen/go/open-feature/flagd/protocolbuffers/go to
v1.35.2-20240906125204-0a6a901b42e8.1
([#1451](#1451))
([8c6d91d](8c6d91d))
* **deps:** update module
buf.build/gen/go/open-feature/flagd/protocolbuffers/go to
v1.36.0-20240906125204-0a6a901b42e8.1
([#1475](#1475))
([0b11c6c](0b11c6c))
* **deps:** update module github.com/diegoholiveira/jsonlogic/v3 to
v3.6.0 ([#1460](#1460))
([dbc1da4](dbc1da4))
* **deps:** update module github.com/diegoholiveira/jsonlogic/v3 to
v3.6.1 ([#1473](#1473))
([a3d899c](a3d899c))
* **deps:** update module github.com/fsnotify/fsnotify to v1.8.0
([#1438](#1438))
([949c73b](949c73b))
* **deps:** update module github.com/stretchr/testify to v1.10.0
([#1455](#1455))
([8c843df](8c843df))
* **deps:** update module golang.org/x/crypto to v0.29.0
([#1443](#1443))
([db96dd5](db96dd5))
* **deps:** update module golang.org/x/crypto to v0.30.0
([#1457](#1457))
([dbdaa19](dbdaa19))
* **deps:** update module golang.org/x/crypto to v0.31.0
([#1463](#1463))
([b2245d7](b2245d7))
* **deps:** update module golang.org/x/mod to v0.22.0
([#1444](#1444))
([ed064e1](ed064e1))
* **deps:** update module google.golang.org/grpc to v1.68.0
([#1442](#1442))
([cd27d09](cd27d09))
* **deps:** update module google.golang.org/grpc to v1.68.1
([#1456](#1456))
([0b6e2a1](0b6e2a1))
* **deps:** update module google.golang.org/grpc to v1.69.0
([#1469](#1469))
([dd4869f](dd4869f))
* **deps:** update opentelemetry-go monorepo
([#1447](#1447))
([68b5794](68b5794))


### ✨ New Features

* add context-value flag
([#1448](#1448))
([7ca092e](7ca092e))
* s3 support for the blob sync
([#1449](#1449))
([a9f7261](a9f7261))
</details>

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size:S This PR changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants